home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / game.swf / scripts / DefineButton2_119 / BUTTONCONDACTION on(release).as next >
Text File  |  2010-11-09  |  126b  |  7 lines

  1. on(release){
  2.    _parent.zclick.start();
  3.    myTracker.track();
  4.    tracker = myTracker;
  5.    _parent.gotoAndPlay("run2");
  6. }
  7.